Skip to main content

Make DB of Dojinvoice

Project description

dojinvoice_db

PyPI version CI

Dojinvoice (同人音声) DB

How to run

pip install dojinvoice-db
$ dvdb
Download pages? >> (`y` or Enter)
<int> work(s) have already been committed to existing db!
Now: ./dlsite/00001.html
Now: ./dlsite/00002.html
Now: ./dlsite/00003.html
...

DB Schema

create_table(
    '''work (
            work_id text primary key,
            detail_link text not null,
            title text not null,
            circle text not null,
            circle_link text not null,
            category text not null,
            sale_date integer not null,
            age_zone text not null,
            file_format text not null,
            file_size text not null,
            description str not null,
            monopoly integer not null,
            price integer not null
        ) '''
)
create_table(
    '''option (
            work_id text primary key,
            thumbnail text,
            cien_link text,
            series text,
            chobit_link text,
            sales integer,
            favorites integer,
            trial_link text,
            trial_size integer,
            rating real
        ) '''
)
create_table(
    '''writer (
            work_id text,
            writer text,
            primary key (work_id, writer)
        ) '''
)
create_table(
    '''scenario (
            work_id text,
            scenario text,
            primary key (work_id, scenario)
        ) '''
)
create_table(
    '''illustrator (
            work_id text,
            illustrator text,
            primary key (work_id, illustrator)
        ) '''
)
create_table(
    '''voice (
            work_id text,
            voice text,
            primary key (work_id, voice)
        ) '''
)
create_table(
    '''musician (
            work_id text,
            musician text,
            primary key (work_id, musician)
        ) '''
)
create_table(
    '''genre (
            work_id text,
            genre text,
            primary key (work_id, genre)
        ) '''
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dojinvoice_db-2.1.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dojinvoice_db-2.1.0-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file dojinvoice_db-2.1.0.tar.gz.

File metadata

  • Download URL: dojinvoice_db-2.1.0.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dojinvoice_db-2.1.0.tar.gz
Algorithm Hash digest
SHA256 0813585ab3de82b05341bbf5148b6c7bd4ac609a2b892b89c35196e7357e8aae
MD5 cf6ef201e6a536e96c19a0dd4c4c4d48
BLAKE2b-256 30e6ac3bfe0a4f25cc49cf2a598feb4bc3a5f2288605af17b8d86dc2ab20fee9

See more details on using hashes here.

File details

Details for the file dojinvoice_db-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: dojinvoice_db-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for dojinvoice_db-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f6b85e5e52ba7fcba7bd41abc7115e1b1d0c652e68094d22650121b259fb135f
MD5 e6737bd7726f020e8237e4e4eb1234d5
BLAKE2b-256 d24ef651b9d3449eeeafa3b9a52e61c8db13d603201d1c714d889935d253741b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page