Socket
Book a DemoInstallSign in
Socket

core-module-periodic-table-app

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-module-periodic-table-app

Periodic table module for the parser core project

pipPyPI
Version
2.17.0
Maintainers
1

core_module_periodic_table_app

Periodic Table module for the parser core project.

Quick start

  • Add "core_module_periodic_table_app" to your INSTALLED_APPS setting

.. code:: python

INSTALLED_APPS = [
  ...
  'core_module_periodic_table_app',
]

2. Include the core_module_periodic_table_app URLconf in your project urls.py

.. code:: python

url(r'^', include('core_module_periodic_table_app.urls')),

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts