Metadata-Version: 2.4
Name: oncodata
Version: 1.6.0
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>=1.6.0
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 command-line tool is now `oncoref` (was `oncodata`).

This final `oncodata` release simply depends on `oncoref` and re-exports it, so
existing installs keep working — but it will not receive further updates. Please
switch to `oncoref`.

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