Metadata-Version: 2.4
Name: oncodata
Version: 1.6.1
Summary: Renamed to 'oncoref' — install and import oncoref instead
Author-email: Alex Rubinsteyn <alex.rubinsteyn@unc.edu>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/pirl-unc/oncoref
Project-URL: Repository, https://github.com/pirl-unc/oncoref
Classifier: Development Status :: 7 - Inactive
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oncoref[genome]>=1.6.0
Provides-Extra: plots
Requires-Dist: oncoref[plots]>=1.6.0; extra == "plots"
Dynamic: license-file

# oncodata has been renamed to **oncoref**

This package is no longer maintained under the name `oncodata`. It has been
renamed to [`oncoref`](https://pypi.org/project/oncoref/).

## Migrate

```bash
pip uninstall oncodata
pip install oncoref
```

```python
import oncoref          # was: import oncodata
```

The `oncodata` command remains as a deprecated alias for `oncoref`.

This final `oncodata` release depends on `oncoref`, re-exports its public API,
and preserves the legacy module paths and optional `plots` extra. It will not
receive feature updates. Please switch to `oncoref`.

Source & issues: <https://github.com/pirl-unc/oncoref>
