![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Small utility that helps to find a way out of a relational db dependency labyrinth
Teseo reads a directory that contains a relational db schema defined in several config files.
Each config file defines a table, therefore it has a property that has a name and another optional property in case the table has master tables.
Teseo will provide the order in which the tables should be created in a db to avoid issues around a detail not having a master.
Teseo is the spanish name for the mythical greek king Theseus. He managed to find his way in the Labyrinth, similar to the library finding the order of the files.
Nodejs v10.0.0+ is needed. Teseo has not been tested against earlier versions.
git clone https://github.com/dllatas/teseo.git
cd teseo
npm start
Global flag needed so it can be used as a CLI tool without the need for npm link
. Discard global flag if it will be used as a module.
npm i -g teseo
teseo --help
const teseo = require('teseo');
const result = await teseo({
dir: '/home/db-schema',
format: 'yaml',
})
git checkout release
git checkout -b ${relevant-name}/working
Work in Progress
FAQs
Small utility that helps to find a way out of a relational db dependency labyrinth
The npm package teseo receives a total of 2 weekly downloads. As such, teseo popularity was classified as not popular.
We found that teseo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.