asimov-nexus-module 0.0.0-x86_64-linux-musl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/AUTHORS +1 -0
 - data/CHANGES.md +8 -0
 - data/README.md +74 -0
 - data/UNLICENSE +24 -0
 - data/VERSION +1 -0
 - data/bin/asimov-nexus-importer +8 -0
 - data/lib/asimov-nexus-module/asimov-nexus-importer +0 -0
 - data/lib/asimov-nexus-module/importer.rb +23 -0
 - data/lib/asimov-nexus-module.rb +7 -0
 - metadata +56 -0
 
    
        checksums.yaml
    ADDED
    
    | 
         @@ -0,0 +1,7 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            SHA256:
         
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: a89a21921bee81b69d702118553e2ed548be146b1a36c693a8f2c3c0a57dd7f7
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1b073c605fdbfa4119d10d12ccf9e78676e32accca96a62214e2cb01a51496db
         
     | 
| 
      
 5 
     | 
    
         
            +
            SHA512:
         
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: c5b09831ea0d1f0d09215530564717fd350a382327f70e230fc03cea0a792ecfc196c46a9b104cc69f74eeaa54cff370baaa97e987ccf4d7feed9db1525ef666
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: a6025b914b5b00847c91a6d1fa857afaf254df4198934095d83dcbfc53dd6424b2c0c9044dbc6537d9b4210534ee01297e461797642791e096310d0835b9bc97
         
     | 
    
        data/AUTHORS
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            * Arto Bendiken <arto@asimov.so>
         
     | 
    
        data/CHANGES.md
    ADDED
    
    | 
         @@ -0,0 +1,8 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # Changelog
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            All notable changes to this project will be documented in this file.
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
         
     | 
| 
      
 6 
     | 
    
         
            +
            and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            ## 0.0.0 - 2025-06-10
         
     | 
    
        data/README.md
    ADDED
    
    | 
         @@ -0,0 +1,74 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # ASIMOV Nexus Module
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            [](https://unlicense.org)
         
     | 
| 
      
 4 
     | 
    
         
            +
            [](https://crates.io/crates/asimov-nexus-module)
         
     | 
| 
      
 5 
     | 
    
         
            +
            [](https://pypi.org/project/asimov-nexus-module)
         
     | 
| 
      
 6 
     | 
    
         
            +
            [](https://rubygems.org/gems/asimov-nexus-module)
         
     | 
| 
      
 7 
     | 
    
         
            +
            [](https://npmjs.com/package/asimov-nexus-module)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            [ASIMOV] module for knowledge import powered by the [ASIMOV.Nexus] intelligence
         
     | 
| 
      
 10 
     | 
    
         
            +
            platform.
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            ## 🛠️ Prerequisites
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            - [Rust] 1.85+ (2024 edition) if building from source code
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ## ⬇️ Installation
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            ### Installation from PyPI
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 21 
     | 
    
         
            +
            pip install -U asimov-nexus-module
         
     | 
| 
      
 22 
     | 
    
         
            +
            ```
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            ### Installation from RubyGems
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
      
 26 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 27 
     | 
    
         
            +
            gem install asimov-nexus-module
         
     | 
| 
      
 28 
     | 
    
         
            +
            ```
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            ### Installation from NPM
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 33 
     | 
    
         
            +
            npm install -g asimov-nexus-module
         
     | 
| 
      
 34 
     | 
    
         
            +
            ```
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            ### Installation from Source Code
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 39 
     | 
    
         
            +
            cargo install asimov-nexus-module
         
     | 
| 
      
 40 
     | 
    
         
            +
            ```
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
            ## 👉 Examples
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 45 
     | 
    
         
            +
            export ASIMOV_NEXUS_KEY="..."
         
     | 
| 
      
 46 
     | 
    
         
            +
            ```
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 49 
     | 
    
         
            +
            asimov-nexus-importer
         
     | 
| 
      
 50 
     | 
    
         
            +
            ```
         
     | 
| 
      
 51 
     | 
    
         
            +
             
     | 
| 
      
 52 
     | 
    
         
            +
            ## 👨💻 Development
         
     | 
| 
      
 53 
     | 
    
         
            +
             
     | 
| 
      
 54 
     | 
    
         
            +
            ```bash
         
     | 
| 
      
 55 
     | 
    
         
            +
            git clone https://github.com/asimov-modules/asimov-nexus-module.git
         
     | 
| 
      
 56 
     | 
    
         
            +
            ```
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
            ---
         
     | 
| 
      
 59 
     | 
    
         
            +
             
     | 
| 
      
 60 
     | 
    
         
            +
            [](https://x.com/intent/post?url=https://github.com/asimov-modules/asimov-nexus-module&text=asimov-nexus-module)
         
     | 
| 
      
 61 
     | 
    
         
            +
            [](https://reddit.com/submit?url=https://github.com/asimov-modules/asimov-nexus-module&title=asimov-nexus-module)
         
     | 
| 
      
 62 
     | 
    
         
            +
            [](https://news.ycombinator.com/submitlink?u=https://github.com/asimov-modules/asimov-nexus-module&t=asimov-nexus-module)
         
     | 
| 
      
 63 
     | 
    
         
            +
            [](https://www.facebook.com/sharer/sharer.php?u=https://github.com/asimov-modules/asimov-nexus-module)
         
     | 
| 
      
 64 
     | 
    
         
            +
            [](https://www.linkedin.com/sharing/share-offsite/?url=https://github.com/asimov-modules/asimov-nexus-module)
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            [ASIMOV]: https://github.com/asimov-platform
         
     | 
| 
      
 67 
     | 
    
         
            +
            [ASIMOV.Nexus]: https://asimov.nexus
         
     | 
| 
      
 68 
     | 
    
         
            +
            [JSON-LD]: https://json-ld.org
         
     | 
| 
      
 69 
     | 
    
         
            +
            [KNOW]: https://github.com/know-ontology
         
     | 
| 
      
 70 
     | 
    
         
            +
            [NPM]: https:/npmjs.org
         
     | 
| 
      
 71 
     | 
    
         
            +
            [Python]: https://python.org
         
     | 
| 
      
 72 
     | 
    
         
            +
            [RDF]: https://github.com/rust-rdf
         
     | 
| 
      
 73 
     | 
    
         
            +
            [Ruby]: https://ruby-lang.org
         
     | 
| 
      
 74 
     | 
    
         
            +
            [Rust]: https://rust-lang.org
         
     | 
    
        data/UNLICENSE
    ADDED
    
    | 
         @@ -0,0 +1,24 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            This is free and unencumbered software released into the public domain.
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            Anyone is free to copy, modify, publish, use, compile, sell, or
         
     | 
| 
      
 4 
     | 
    
         
            +
            distribute this software, either in source code form or as a compiled
         
     | 
| 
      
 5 
     | 
    
         
            +
            binary, for any purpose, commercial or non-commercial, and by any
         
     | 
| 
      
 6 
     | 
    
         
            +
            means.
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            In jurisdictions that recognize copyright laws, the author or authors
         
     | 
| 
      
 9 
     | 
    
         
            +
            of this software dedicate any and all copyright interest in the
         
     | 
| 
      
 10 
     | 
    
         
            +
            software to the public domain. We make this dedication for the benefit
         
     | 
| 
      
 11 
     | 
    
         
            +
            of the public at large and to the detriment of our heirs and
         
     | 
| 
      
 12 
     | 
    
         
            +
            successors. We intend this dedication to be an overt act of
         
     | 
| 
      
 13 
     | 
    
         
            +
            relinquishment in perpetuity of all present and future rights to this
         
     | 
| 
      
 14 
     | 
    
         
            +
            software under copyright law.
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
         
     | 
| 
      
 17 
     | 
    
         
            +
            EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
         
     | 
| 
      
 18 
     | 
    
         
            +
            MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
         
     | 
| 
      
 19 
     | 
    
         
            +
            IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
         
     | 
| 
      
 20 
     | 
    
         
            +
            OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
         
     | 
| 
      
 21 
     | 
    
         
            +
            ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
         
     | 
| 
      
 22 
     | 
    
         
            +
            OTHER DEALINGS IN THE SOFTWARE.
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            For more information, please refer to <https://unlicense.org/>
         
     | 
    
        data/VERSION
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            0.0.0
         
     | 
| 
         Binary file 
     | 
| 
         @@ -0,0 +1,23 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # This is free and unencumbered software released into the public domain.
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            module ASIMOV_Nexus_Module; end
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            class ASIMOV_Nexus_Module::Importer
         
     | 
| 
      
 6 
     | 
    
         
            +
              def self.path
         
     | 
| 
      
 7 
     | 
    
         
            +
                ::File.join(__dir__, "asimov-nexus-importer")
         
     | 
| 
      
 8 
     | 
    
         
            +
              end
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
      
 10 
     | 
    
         
            +
              def self.execute(...)
         
     | 
| 
      
 11 
     | 
    
         
            +
                self.new(...).execute
         
     | 
| 
      
 12 
     | 
    
         
            +
              end
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
              def initialize(*args, env: {})
         
     | 
| 
      
 15 
     | 
    
         
            +
                @argv0 = self.class.path.freeze
         
     | 
| 
      
 16 
     | 
    
         
            +
                @args = args.map(&:to_s).freeze
         
     | 
| 
      
 17 
     | 
    
         
            +
                @env = env.to_h.freeze
         
     | 
| 
      
 18 
     | 
    
         
            +
              end
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
              def execute(*args)
         
     | 
| 
      
 21 
     | 
    
         
            +
                ::Kernel.system(@env, @argv0, *(@args + args.map(&:to_s))) ? 0 : $?.exitstatus
         
     | 
| 
      
 22 
     | 
    
         
            +
              end
         
     | 
| 
      
 23 
     | 
    
         
            +
            end
         
     | 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,56 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: asimov-nexus-module
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.0
         
     | 
| 
      
 5 
     | 
    
         
            +
            platform: x86_64-linux-musl
         
     | 
| 
      
 6 
     | 
    
         
            +
            authors:
         
     | 
| 
      
 7 
     | 
    
         
            +
            - ASIMOV Protocol
         
     | 
| 
      
 8 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 9 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 10 
     | 
    
         
            +
            date: 2025-06-10 00:00:00.000000000 Z
         
     | 
| 
      
 11 
     | 
    
         
            +
            dependencies: []
         
     | 
| 
      
 12 
     | 
    
         
            +
            description: ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence
         
     | 
| 
      
 13 
     | 
    
         
            +
              platform.
         
     | 
| 
      
 14 
     | 
    
         
            +
            email: support@asimov.so
         
     | 
| 
      
 15 
     | 
    
         
            +
            executables:
         
     | 
| 
      
 16 
     | 
    
         
            +
            - asimov-nexus-importer
         
     | 
| 
      
 17 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 18 
     | 
    
         
            +
            extra_rdoc_files: []
         
     | 
| 
      
 19 
     | 
    
         
            +
            files:
         
     | 
| 
      
 20 
     | 
    
         
            +
            - AUTHORS
         
     | 
| 
      
 21 
     | 
    
         
            +
            - CHANGES.md
         
     | 
| 
      
 22 
     | 
    
         
            +
            - README.md
         
     | 
| 
      
 23 
     | 
    
         
            +
            - UNLICENSE
         
     | 
| 
      
 24 
     | 
    
         
            +
            - VERSION
         
     | 
| 
      
 25 
     | 
    
         
            +
            - bin/asimov-nexus-importer
         
     | 
| 
      
 26 
     | 
    
         
            +
            - lib/asimov-nexus-module.rb
         
     | 
| 
      
 27 
     | 
    
         
            +
            - lib/asimov-nexus-module/asimov-nexus-importer
         
     | 
| 
      
 28 
     | 
    
         
            +
            - lib/asimov-nexus-module/importer.rb
         
     | 
| 
      
 29 
     | 
    
         
            +
            homepage: https://github.com/asimov-modules
         
     | 
| 
      
 30 
     | 
    
         
            +
            licenses:
         
     | 
| 
      
 31 
     | 
    
         
            +
            - Unlicense
         
     | 
| 
      
 32 
     | 
    
         
            +
            metadata:
         
     | 
| 
      
 33 
     | 
    
         
            +
              homepage_uri: https://github.com/asimov-modules
         
     | 
| 
      
 34 
     | 
    
         
            +
              source_code_uri: https://github.com/asimov-modules/asimov-nexus-module
         
     | 
| 
      
 35 
     | 
    
         
            +
              changelog_uri: https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md
         
     | 
| 
      
 36 
     | 
    
         
            +
              bug_tracker_uri: https://github.com/asimov-modules/asimov-nexus-module/issues
         
     | 
| 
      
 37 
     | 
    
         
            +
              documentation_uri: https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md
         
     | 
| 
      
 38 
     | 
    
         
            +
            rdoc_options: []
         
     | 
| 
      
 39 
     | 
    
         
            +
            require_paths:
         
     | 
| 
      
 40 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 41 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 42 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 43 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 44 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 45 
     | 
    
         
            +
                  version: '3.0'
         
     | 
| 
      
 46 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 47 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 48 
     | 
    
         
            +
              - - ">="
         
     | 
| 
      
 49 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 50 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 51 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 52 
     | 
    
         
            +
            rubygems_version: 3.6.9
         
     | 
| 
      
 53 
     | 
    
         
            +
            specification_version: 4
         
     | 
| 
      
 54 
     | 
    
         
            +
            summary: ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence
         
     | 
| 
      
 55 
     | 
    
         
            +
              platform.
         
     | 
| 
      
 56 
     | 
    
         
            +
            test_files: []
         
     |