Metadata-Version: 2.1
Name: igem
Version: 0.1.0
Summary: 
License: BSD-3-Clause
Author: Andre Rico
Author-email: 97684721+AndreRicoPSU@users.noreply.github.com
Requires-Python: >=3.8.0,<3.11.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: black (>=23.1.0,<24.0.0)
Requires-Dist: clarite (>=2.3,<3.0)
Requires-Dist: django (>=4.1.5,<5.0.0)
Requires-Dist: django-debug-toolbar (>=3.8.1,<4.0.0)
Requires-Dist: django-thread (>=0.0.1,<0.0.2)
Requires-Dist: mypy (>=0.991,<0.992)
Requires-Dist: patool (>=1.12,<2.0)
Requires-Dist: psycopg2 (>=2.9.5,<3.0.0)
Requires-Dist: pytest (>=7.2.1,<8.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: types-requests (>=2.28.11.8,<3.0.0.0)
Description-Content-Type: text/plain



------------


------------

IGEM: 
==============================================================================

* Free software: 3-clause BSD license

Examples
--------
**Main screen for master data registration:**

.. image:: docs/source/_static/example/web_add.png

|

**The query for links between terms found while ingesting an external dataset:**

.. image:: docs/source/_static/example/web_key.png


Installation
------------
The IGEM system ran on Python and was built on DJANGO for database management and web interface.

To run the system, copy the /src folder to the desired location with access to Python > 3.7 and the packages described in the requirements.

The IGEM system can use any database supported by Django. You will need to set the database in the /src/src/settings.py file.

To initialize the database, type in the /src/src folder:
    > python manage.py migration

To start the sytem on web, type in the /src/src folder:
    > python manage.py runserver

Questions
---------

feel free to open an `Issue <https://github.com/HallLab/igem/issues>`_.

Citing IGEM
--------------


https://igem.readthedocs.io/en/latest/
